/ Assembly List / LJCDocAppManagerDAL / DocAppFiles / Add

Namespace - LJCDocAppManagerDAL


Parameters
id - The record ID.
docAppID - The parent ID.
fileName - The item name.

Returns

A reference to the added item.

Syntax

C#
public DocAppFile Add(Int32 id, Int32 docAppID, String fileName)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.